4c03d1884cad064232c0d9899d9720014e8886fc,portal-impl/src/com/liferay/portlet/wiki/social/WikiActivityInterpreter.java,WikiActivityInterpreter,doInterpret,#SocialActivity#ThemeDisplay#,54
Before Change
String groupName = StringPool.BLANK;
if (activity.getGroupId() != themeDisplay.getScopeGroupId()) {
Group group = GroupLocalServiceUtil.getGroup(activity.getGroupId());
groupName = group.getDescriptiveName();
}
String titlePattern = null;
After Change
String groupName = StringPool.BLANK;
if (activity.getGroupId() != themeDisplay.getScopeGroupId()) {
groupName = getGroupName(activity.getGroupId(), themeDisplay);
}
String creatorUserName = getUserName(